This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Add Easy-Level-Tasks in ChintaVishnuVardhan folder#37
Open
vishnu-vvr-cloud wants to merge 1 commit intoCSEdgeOfficial:mainfrom
Open
Add Easy-Level-Tasks in ChintaVishnuVardhan folder#37vishnu-vvr-cloud wants to merge 1 commit intoCSEdgeOfficial:mainfrom
vishnu-vvr-cloud wants to merge 1 commit intoCSEdgeOfficial:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EASY LEVEL TASKS
Task - 1 : SIMPLE CALCULATOR
This is a simple command-line calculator program written in Java. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The program prompts users to enter two numbers and then select an operation to perform on those numbers.
Task - 2 : ToDoList Application
A Java-based ToDoList application that allows users to manage their tasks. Users can add tasks, delete tasks, mark tasks as completed, and view all tasks in the list. Each task has a name and a completion status. The program provides a simple menu-driven interface for easy navigation.
Task - 3 : Temperature Converter
A Java program for temperature conversion. It allows users to input a temperature value and choose the scale they want to convert from (Celsius, Fahrenheit, or Kelvin), and then select the target scale for conversion. The program provides accurate conversions between these temperature scales.
Task - 4 : Number Guessing Game
A simple Java-based command-line game where the player tries to guess a randomly generated number between 1 and 100 within 10 attempts. The program provides feedback if the guess is too high or too low, and congratulates the player if the correct number is guessed.